Skip to content

fix(runtime): preserve typed pre-execution test errors - #186

Merged
AntoineToussaint merged 1 commit into
mainfrom
fix/typed-runtime-test-errors
Aug 8, 2026
Merged

fix(runtime): preserve typed pre-execution test errors#186
AntoineToussaint merged 1 commit into
mainfrom
fix/typed-runtime-test-errors

Conversation

@AntoineToussaint

Copy link
Copy Markdown
Contributor

Summary

  • make runtime test-error helpers return terminal ERRORED results with explicit zero counts
  • classify Go module failures raised before process output is captured
  • preserve failure details and eliminate UNKNOWN runtime states

Verification

  • go test ./... -count=1
  • focused typed runtime and Go environment-classification tests

Closes #185

@AntoineToussaint
AntoineToussaint force-pushed the fix/typed-runtime-test-errors branch from dfbe014 to 2d1367c Compare August 8, 2026 21:38
@AntoineToussaint
AntoineToussaint merged commit 46bac35 into main Aug 8, 2026
1 check passed
@AntoineToussaint
AntoineToussaint deleted the fix/typed-runtime-test-errors branch August 8, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Runtime test errors must never lose typed terminal state

1 participant